home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / elec_bks / epf18.zip / MEM-NOTE < prev    next >
Text File  |  1995-01-23  |  2KB  |  43 lines

  1.  
  2.  
  3. Memory Note for DOS-based computers
  4. ===================================
  5.  
  6. If you run into the "out of memory" error message
  7. on a regular basis, here is a trick to limit that
  8. to a degree.
  9.  
  10. Make a formatted system disk for the size of your
  11. "A" drive disk.
  12.  
  13. Copy onto that disk your CONFIG.SYS and AUTOEXEC.BAT
  14. files.
  15.  
  16. Edit those two files with an ASCII word processor or
  17. a text editor and strip out all of your TSR (terminate
  18. and stay resident) programs.
  19.  
  20. If your computer has more than 640K of memory, then load
  21. your DOS files into high memory. Consult your MS-DOS 
  22. manual for information on this procedure--it will
  23. involve adding a line to your CONFIG.SYS file like this:
  24.   DEVICE=A:HIMEM.SYS
  25. Make sure that you have the HIMEM files copied onto the
  26. disk in drive "A."
  27.  
  28. Label this disk "HIGH-MEM."  It will give you access to
  29. the maximum memory on your computer.
  30.  
  31. When you are using a program that is known to take a
  32. lot of memory, then boot (start) your computer with
  33. the HIGH-MEM disk in your "A" drive and the door closed.
  34.  
  35. Your computer will start from the version of DOS in the
  36. "A" drive  not the version on your hard disk.  If you
  37. leave the door to the "A" drive open, then your computer
  38. will boot from your hard drive and all of your TSRs will
  39. be active.
  40.  
  41. ===================================================
  42. Press the backspace key to return to the main text. 
  43. ===================================================